/* Global styles */
html {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    background: url("/Assets/Images/sakurawallpaper_lessopacity.png") repeat-y center/100%;
    margin: 0;
}

main {
    flex: 1;
}

/* Typography */
h1, h2 {
    text-decoration: underline;
}

h1 {
    color: #b84c65;
}

h2 {
    color: #a07583;
}

p {
    font-size: 16px;
    text-align: center;
    color: #b84c65;
}

/* Links */
a {
    color: #b84c65;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Layout */
#page-container {
    position: relative;
    height: 100%;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

/* Navigation */
.navbar, .b-example-divider {
    background-color: rgb(252, 192, 197);
    color: #a07583;
}

/* PDF Viewer */
.pdf-container {
    width: auto;
    height: 90vh; /* Adjust as needed */
}

.pdf {
    width: auto;
    height: 100%;
}
